* lisp/isearch.el (isearch-lazy-highlight-new-loop):
authorJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 21:03:12 +0000 (23:03 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 21:03:12 +0000 (23:03 +0200)
commit085e96220f0c7f0939585983315e58cbf14277f0
treeef940b5dfc00d662fd7aefb06ec9881bf7297cbb
parent7f36b17a03ddd50bcf72e9828711cec214e5be2c
* lisp/isearch.el (isearch-lazy-highlight-new-loop):
Remove condition `(not isearch-error)'.

* lisp/misearch.el (multi-isearch-search-fun): Add condition
`(not bound)' to ignore lazy-highlighting search.
Add the search-failed message "end of multi" when the end of
multi-sequence is reached.  Uncapitalize the search-failed
message "Repeat for next buffer".

* lisp/info.el (Info-search): Add the search-failed message
"end of the manual" when the end of the manual is reached
in Isearch mode.
lisp/ChangeLog
lisp/info.el
lisp/isearch.el
lisp/misearch.el